<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* INSERIRE QUI IL CODICE CSS TEMPORANEO */

/*body .overlay-dark {
    position: fixed;
    background-color: #000000CC;
    z-index: 100;
    width: 100%;
    height: 100%;
    padding: 10px;
    display: block;
}

body .close-button {
    position: absolute;
    z-index: 102;
    width: 30px;
    right: 30px;
    cursor: pointer;
    top: 30px;
}

body .img-overlay {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0) scale(0, 0);
    z-index: 101;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all .3s ease;
    max-width: 100%;
    max-height: 100%;
}*/</pre></body></html>